Fix bug #7398 with truncated glyphs in tooltip display on w32.
authorEli Zaretskii <eliz@gnu.org>
Sat, 11 Dec 2010 15:20:11 +0000 (17:20 +0200)
committerEli Zaretskii <eliz@gnu.org>
Sat, 11 Dec 2010 15:20:11 +0000 (17:20 +0200)
commit92c0a74672dae93a61570af6687ced2f648911c6
treeae35fb1e4b8b5d856dd6722d6b7346e691fe61b0
parent620ac78d4fec810fe03cb27a54610e57d5980cc6
Fix bug #7398 with truncated glyphs in tooltip display on w32.

 w32fns.c (Fx_show_tip): Call try_window with last argument
 TRY_WINDOW_IGNORE_FONTS_CHANGE.  Delete the TODO ifdef: problem
 solved.  Round up the tip height to an integral multiple of the
 frame's line height.  Add FRAME_COLUMN_WIDTH to the tip width.
src/ChangeLog
src/w32fns.c